From: Roland Winkler Date: Sat, 5 Dec 2009 04:08:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9074 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d57589992e20bed6eeee0ec6dbe96b673e2ca9b6;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9cf33c9aa70..d0651d2e646 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2009-12-05 Roland Winkler + + * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep + track of the buffer position of the end of a BibTeX entry as this + position may change during reformatting. + (bibtex-format-entry): Remove whitespace before processing + numerical fields so that we recognize the latter properly. + (bibtex-reformat): Do not use push which changes the global value + of bibtex-entry-format. + (bibtex-field-braces-alist, bibtex-field-strings-alist) + (bibtex-field-re-init): Replace only space characters by regexp + for whitespace. + (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix + docstring. + (bibtex-initialize): Also update bibtex-strings. + (bibtex-kill-field): Preserve white space at end of entry. + (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill): Update + bibtex-reference-keys. + 2009-12-05 Stefan Monnier * minibuffer.el (completion-pcm--merge-try): Also consider placing